PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsCosNumber Method
Index of element to return.
default value to return if the element at the specified index is not a COS number
In This Topic
    getAsCosNumber Method
    In This Topic
    Gets the element at the specified index as a COS number.
    Syntax
    public PDFCosNumber getAsCosNumber( 
       int index,
       PDFCosNumber defaultValue
    )

    Parameters

    index
    Index of element to return.
    defaultValue
    default value to return if the element at the specified index is not a COS number

    Return Value

    The element at the specified.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also